+|
ErrorsCollection

+|

Synthesised documentation from language/operators

From language/operators

See Original text in context

multi sub infix:<+|>($a$b --> Int:D)

Integer bitwise OR operator: Coerces both arguments to Int and does a bitwise OR (inclusive OR) operation.